* lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 16 Apr 2013 17:28:11 +0000 (13:28 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 16 Apr 2013 17:28:11 +0000 (13:28 -0400)
commit136309c6f0b430dfad64d736e221c180574f4ea7
tree61cedee271b40b060f486602cc4167dfefa74f2e
parent9b16efdb9757110aeda6b98f4ce29f12295f7372
* lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
python-mode-abbrev-table.
(python-skeleton-define): Adjust accordingly.
(python-mode-abbrev-table): New table that inherits from it so that
python-skeleton-autoinsert does not affect non-skeleton abbrevs.
* lisp/abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
(abbrev-symbol): Use it.
(abbrev--before-point): Use it since we already handle inheritance.
lisp/ChangeLog
lisp/abbrev.el
lisp/progmodes/python.el